home *** CD-ROM | disk | FTP | other *** search
/ The 640 MEG Shareware Studio 2 / The 640 Meg Shareware Studio CD-ROM Volume II (Data Express)(1993).ISO / door / gapcdr.zip / COMPILER.H < prev    next >
Text File  |  1992-01-12  |  512b  |  19 lines

  1. /*
  2.    Copyright (C) 1988-1992 The GAP Development Company
  3.  
  4.    All Rights Reserved
  5.    
  6.    This source code is considered to be confidential information proprietary
  7.    to The GAP Development Company.  It is prohibited and punishable by law
  8.    to use or duplicate any part of this information.
  9.  
  10.    COMPILER.H
  11.  
  12.    Defines C compiler being used
  13.  
  14. */
  15.  
  16. //#define TC                              // use this for Turbo C (Borland C)
  17.  
  18. #define MSC                               // use this for Microsoft C
  19.